home *** CD-ROM | disk | FTP | other *** search
/ Telstar Electronic Studios (UK) (Press Kit) / Telstar Electronic Studios (UK) (Press Kit).bin / pc / tes_ects / inprod.dir / 00057.ls < prev    next >
Encoding:
Text File  |  1996-01-01  |  658 b   |  40 lines

  1. on idle
  2.   if rollOver(19) then
  3.     set the ink of sprite 20 to 0
  4.   else
  5.     set the ink of sprite 20 to 39
  6.   end if
  7.   if rollOver(21) then
  8.     set the castNum of sprite 21 to 52
  9.   else
  10.     set the castNum of sprite 21 to 51
  11.   end if
  12. end
  13.  
  14. on exitFrame
  15.   if rollOver(5) then
  16.     puppetSprite(21, 0)
  17.     go("1")
  18.   end if
  19.   if rollOver(6) then
  20.     puppetSprite(21, 0)
  21.     go("2")
  22.   end if
  23.   if rollOver(7) then
  24.     puppetSprite(21, 0)
  25.     go("3")
  26.   end if
  27.   if rollOver(8) then
  28.     puppetSprite(21, 0)
  29.     go("4")
  30.   end if
  31.   if rollOver(9) then
  32.     puppetSprite(21, 0)
  33.     go("5")
  34.   end if
  35.   if rollOver(10) then
  36.     puppetSprite(21, 0)
  37.     go("6")
  38.   end if
  39. end
  40.